home *** CD-ROM | disk | FTP | other *** search
/ New Perspectives on Computer Concepts / New Perspectives on Computer Concepts.iso / np2010c / L02a.swf / scripts / frame_534 / DoAction.as
Text File  |  2007-12-30  |  536b  |  28 lines

  1. stop();
  2. QCquestion = QCQ01R;
  3. QCanswer[0] = QC010R;
  4. QCanswer[1] = QC011R;
  5. QCanswer[2] = QC012R;
  6. QCanswer[3] = QC013R;
  7. QCfeedback = QCF01R;
  8. QC = QCResp[QCQues];
  9. QuestionField(QCquestion,QC);
  10. CheckMark(QCanswer,QC);
  11. Distractors(QCanswer,QC);
  12. FeedbackField(QCfeedback,QCanswer,QC);
  13. NavSetup(qc01prev);
  14. NavSetup(qc01next);
  15. NavSetup(qc01end);
  16. qc01prev.onPress = function()
  17. {
  18.    gotoAndStop("t1 end");
  19. };
  20. qc01next.onPress = function()
  21. {
  22.    gotoAndStop(535);
  23. };
  24. qc01end.onPress = function()
  25. {
  26.    gotoAndStop(530);
  27. };
  28.